func go/types.hasName

7 uses

	go/types (current package)
		operand.go#L356: 	if Identical(Vu, Tu) && (!hasName(V) || !hasName(T)) && Vp == nil && Tp == nil {
		operand.go#L393: 			return !hasName(V) || !hasName(T), InvalidChanAssign
		operand.go#L414: 	if !hasName(V) && Tp != nil {
		operand.go#L434: 	if Vp != nil && !hasName(T) {
		predicates.go#L70: func hasName(t Type) bool {